home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 16
/
CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso
/
S
/
UpdateLibrary
< prev
next >
Wrap
AmigaDOS Script File
|
1997-05-31
|
448b
|
14 lines
.key library/A,version/A,revision/A
.bra {
.ket }
version >NIL: LIBS:{library} file version {version} revision {revision}
if WARN
set Update `RequestChoice "Init CD" "You have an old version of {library} in LIBS:*NWould you like to install the newer one from the CD?" "Yes|No"`
if $Update EQ 1
copy >NIL: CUCD:Libs/{library} LIBS:
CUCD:C/FileNote LIBS:{library} "Updated from CUCD on `date`" quiet
endif
endif